How to Install emu8051 software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install emu8051 software package in Ubuntu 14.04 LTS (Trusty Tahr)

emu8051 software package provides Emulator and simulator for 8051 microcontrollers, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install emu8051 

emu8051 is installed in your system.

Make ensure the emu8051 package were installed using the commands given below,

$ sudo dpkg-query -l | grep emu8051 *

You will get with emu8051 package name, version, architecture and description in a table

emu8051 package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section X Window System software
Package emu8051
Version 1.1.1-1
Description Emulator and simulator for 8051 microcontrollers
Sub Section x11


See Also, How to uninstall or remove emu8051 software package from Ubuntu 14.04 LTS (Trusty Tahr)?